golang.org/x/net/http2.clientStream.inflow (field)

5 uses

	golang.org/x/net/http2 (current package)
		transport.go#L464: 	inflow      inflow  // guarded by cc.mu
		transport.go#L2079: 	cs.inflow.init(cc.initialStreamRecvWindowSize)
		transport.go#L2587: 		streamAdd = cs.inflow.add(n)
		transport.go#L2708: 		if !takeInflows(&cc.inflow, &cs.inflow, f.Length) {
		transport.go#L2733: 			sendStream = cs.inflow.add(refund)